projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0609c99
)
(Fx_create_frame): Look for X-resource for minibuffer.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 5 Nov 1996 02:15:11 +0000
(
02:15
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 5 Nov 1996 02:15:11 +0000
(
02:15
+0000)
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index 9395f6ce371edff4d13c90142c2f195b2b16e706..ee63ba5f44f3d64f64158977806c1e43f57e7a24 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-3098,7
+3098,7
@@
This function is an internal primitive--use `make-frame' instead.")
it to make_frame_without_minibuffer. */
frame = Qnil;
GCPRO4 (parms, parent, name, frame);
- tem = x_get_arg (parms, Qminibuffer,
0, 0
, symbol);
+ tem = x_get_arg (parms, Qminibuffer,
"minibuffer", "Minibuffer"
, symbol);
if (EQ (tem, Qnone) || NILP (tem))
f = make_frame_without_minibuffer (Qnil, kb, display);
else if (EQ (tem, Qonly))